projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffbd7d4
)
gbfile: Change signed into unsigned for back-buffer character (gbeof).
author
oliskoli
<oliskoli>
Tue, 4 Mar 2008 23:26:50 +0000
(23:26 +0000)
committer
oliskoli
<oliskoli>
Tue, 4 Mar 2008 23:26:50 +0000
(23:26 +0000)
gbfile.c
patch
|
blob
|
history
diff --git
a/gbfile.c
b/gbfile.c
index 978c9e70fbe1e8f615a643c5f4bcd7dd78030a29..109845cf6bb3dceea390396c0851c95b3fcbc6a7 100644
(file)
--- a/
gbfile.c
+++ b/
gbfile.c
@@
-532,7
+532,7
@@
gbfeof(gbfile *file)
res = gzeof(file->handle.gz);
if (!res) {
- signed char test;
+
un
signed char test;
int len = gzread(file->handle.gz, &test, 1);
if (len == 1) {
/* No EOF, put the single byte back into stream */